3.1201 \(\int \frac{\left (a+b x+c x^2\right )^{3/2}}{(b d+2 c d x)^6} \, dx\)

Optimal. Leaf size=39 \[ \frac{2 \left (a+b x+c x^2\right )^{5/2}}{5 d^6 \left (b^2-4 a c\right ) (b+2 c x)^5} \]

[Out]

(2*(a + b*x + c*x^2)^(5/2))/(5*(b^2 - 4*a*c)*d^6*(b + 2*c*x)^5)

_______________________________________________________________________________________

Rubi [A]  time = 0.0531853, antiderivative size = 39, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.038 \[ \frac{2 \left (a+b x+c x^2\right )^{5/2}}{5 d^6 \left (b^2-4 a c\right ) (b+2 c x)^5} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x + c*x^2)^(3/2)/(b*d + 2*c*d*x)^6,x]

[Out]

(2*(a + b*x + c*x^2)^(5/2))/(5*(b^2 - 4*a*c)*d^6*(b + 2*c*x)^5)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 13.8301, size = 36, normalized size = 0.92 \[ \frac{2 \left (a + b x + c x^{2}\right )^{\frac{5}{2}}}{5 d^{6} \left (b + 2 c x\right )^{5} \left (- 4 a c + b^{2}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x+a)**(3/2)/(2*c*d*x+b*d)**6,x)

[Out]

2*(a + b*x + c*x**2)**(5/2)/(5*d**6*(b + 2*c*x)**5*(-4*a*c + b**2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.117629, size = 38, normalized size = 0.97 \[ \frac{2 (a+x (b+c x))^{5/2}}{5 d^6 \left (b^2-4 a c\right ) (b+2 c x)^5} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x + c*x^2)^(3/2)/(b*d + 2*c*d*x)^6,x]

[Out]

(2*(a + x*(b + c*x))^(5/2))/(5*(b^2 - 4*a*c)*d^6*(b + 2*c*x)^5)

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 38, normalized size = 1. \[ -{\frac{2}{5\, \left ( 2\,cx+b \right ) ^{5}{d}^{6} \left ( 4\,ac-{b}^{2} \right ) } \left ( c{x}^{2}+bx+a \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x+a)^(3/2)/(2*c*d*x+b*d)^6,x)

[Out]

-2/5*(c*x^2+b*x+a)^(5/2)/(2*c*x+b)^5/d^6/(4*a*c-b^2)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(3/2)/(2*c*d*x + b*d)^6,x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.69174, size = 247, normalized size = 6.33 \[ \frac{2 \,{\left (c^{2} x^{4} + 2 \, b c x^{3} + 2 \, a b x +{\left (b^{2} + 2 \, a c\right )} x^{2} + a^{2}\right )} \sqrt{c x^{2} + b x + a}}{5 \,{\left (32 \,{\left (b^{2} c^{5} - 4 \, a c^{6}\right )} d^{6} x^{5} + 80 \,{\left (b^{3} c^{4} - 4 \, a b c^{5}\right )} d^{6} x^{4} + 80 \,{\left (b^{4} c^{3} - 4 \, a b^{2} c^{4}\right )} d^{6} x^{3} + 40 \,{\left (b^{5} c^{2} - 4 \, a b^{3} c^{3}\right )} d^{6} x^{2} + 10 \,{\left (b^{6} c - 4 \, a b^{4} c^{2}\right )} d^{6} x +{\left (b^{7} - 4 \, a b^{5} c\right )} d^{6}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(3/2)/(2*c*d*x + b*d)^6,x, algorithm="fricas")

[Out]

2/5*(c^2*x^4 + 2*b*c*x^3 + 2*a*b*x + (b^2 + 2*a*c)*x^2 + a^2)*sqrt(c*x^2 + b*x +
 a)/(32*(b^2*c^5 - 4*a*c^6)*d^6*x^5 + 80*(b^3*c^4 - 4*a*b*c^5)*d^6*x^4 + 80*(b^4
*c^3 - 4*a*b^2*c^4)*d^6*x^3 + 40*(b^5*c^2 - 4*a*b^3*c^3)*d^6*x^2 + 10*(b^6*c - 4
*a*b^4*c^2)*d^6*x + (b^7 - 4*a*b^5*c)*d^6)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \frac{\int \frac{a \sqrt{a + b x + c x^{2}}}{b^{6} + 12 b^{5} c x + 60 b^{4} c^{2} x^{2} + 160 b^{3} c^{3} x^{3} + 240 b^{2} c^{4} x^{4} + 192 b c^{5} x^{5} + 64 c^{6} x^{6}}\, dx + \int \frac{b x \sqrt{a + b x + c x^{2}}}{b^{6} + 12 b^{5} c x + 60 b^{4} c^{2} x^{2} + 160 b^{3} c^{3} x^{3} + 240 b^{2} c^{4} x^{4} + 192 b c^{5} x^{5} + 64 c^{6} x^{6}}\, dx + \int \frac{c x^{2} \sqrt{a + b x + c x^{2}}}{b^{6} + 12 b^{5} c x + 60 b^{4} c^{2} x^{2} + 160 b^{3} c^{3} x^{3} + 240 b^{2} c^{4} x^{4} + 192 b c^{5} x^{5} + 64 c^{6} x^{6}}\, dx}{d^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x+a)**(3/2)/(2*c*d*x+b*d)**6,x)

[Out]

(Integral(a*sqrt(a + b*x + c*x**2)/(b**6 + 12*b**5*c*x + 60*b**4*c**2*x**2 + 160
*b**3*c**3*x**3 + 240*b**2*c**4*x**4 + 192*b*c**5*x**5 + 64*c**6*x**6), x) + Int
egral(b*x*sqrt(a + b*x + c*x**2)/(b**6 + 12*b**5*c*x + 60*b**4*c**2*x**2 + 160*b
**3*c**3*x**3 + 240*b**2*c**4*x**4 + 192*b*c**5*x**5 + 64*c**6*x**6), x) + Integ
ral(c*x**2*sqrt(a + b*x + c*x**2)/(b**6 + 12*b**5*c*x + 60*b**4*c**2*x**2 + 160*
b**3*c**3*x**3 + 240*b**2*c**4*x**4 + 192*b*c**5*x**5 + 64*c**6*x**6), x))/d**6

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.700406, size = 4, normalized size = 0.1 \[ \mathit{sage}_{0} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(3/2)/(2*c*d*x + b*d)^6,x, algorithm="giac")

[Out]

sage0*x